Autogenerated HTML docs for v2.19.1-450-ga4b8a 
diff --git a/gitcredentials.html b/gitcredentials.html index feb9fda..3ca01d8 100644 --- a/gitcredentials.html +++ b/gitcredentials.html 
@@ -913,6 +913,11 @@  compares hostnames exactly, without considering whether two hosts are part of   the same domain. Likewise, a config entry for <code>http://example.com</code> would not   match: Git compares the protocols exactly.</p></div>  +<div class="paragraph"><p>If the "pattern" URL does include a path component, then this too must match  +exactly: the context <code>https://example.com/bar/baz.git</code> will match a config  +entry for <code>https://example.com/bar/baz.git</code> (in addition to matching the config  +entry for <code>https://example.com</code>) but will not match a config entry for  +<code>https://example.com/bar</code>.</p></div>   </div>   </div>   <div class="sect1">  @@ -987,7 +992,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2018-01-26 15:11:04 PST  + 2018-10-16 16:37:05 JST   </div>   </div>   </body>